.footer {
    background-color: #2fa170;
    background-color: #624b99 !important;
    width: unset;
    height: unset;
    position: unset;
    bottom: unset;
    margin-top: 50px;
    padding-top: 50px;
}

img.logo-one {
    width: 71%;
}

img.logo-two {
    margin-top: 30px;
}

.icons {
    color: #fff;
    background: #81769b;
    border-radius: 2px;
    font-family: fontawesome;
    position: relative;
    display: inline-block;
    width: 40px;
    height: 50px;
    padding-top: 12px;
    margin: 0 4px;
    -o-transition: all .5s;
    -webkit-transition: all .5s;
    font-size: 20px;
    transition: all .5s;
    -webkit-font-smoothing: antialiased;
    font-weight: unset !important;
    text-decoration: none;
}

p.footer-p {
    margin-bottom: 0rem;
}

.footer-p {
    color: #fff !important;
    padding: 2px 0;
}
p.footer-p a {
    color: #fff !important;
}
div#footerText {
    margin-top: -25px;
    left: -4%;
    position: relative;
}
a.hanlon-client-text {
    color: #fff !important;
}
@media (min-width:1025px) and (max-width:1440px) {

}
@media (min-width:376px) and (max-width:425px) {
    img.logo-one {
        margin-left: 35px;
    }

    img.logo-two {

        margin-left: 35px;
    }

    p.footer-p {
        font-size: 12px;
        top: 10px;
        position: relative;
        margin-left: 30px;
    }
}

@media (min-width:321px) and (max-width:375px) {
    p.footer-p {
        font-size: 12px;
        top: 10px;
        position: relative;
        margin-left: 30px;
    }

    img.logo-one {
        margin-left: 30px;
    }

    img.logo-two {
        margin-left: 30px;
    }
}

@media (min-width:280px) and (max-width:320px) {
    img.logo-one {
        margin-left: 30px;
    }

    img.logo-two {
        margin-left: 30px;
    }
    p.footer-p {
        font-size: 12px;
        top: 10px;
        position: relative;
        margin-left: 30px;
    }
}